ALTER TABLE "DiscountModule" ADD COLUMN "Active" BOOLEAN NOT NULL DEFAULT true;
ALTER TABLE "ChargeTypes" ADD COLUMN "LocationId" integer;